1 item under this folder.

  • BACKEND_SETUP

    Cloudflare Worker Backend (Minimal API) Deploy Install wrangler: npm i -g wrangler Create D1 & KV: wrangler d1 create prophecy → put id into wrangler.toml wrangler kv namespace create KV → put id into wrangler.toml Push: wrangler deploy Initialize DB: wrangler d1 execute prophecy --file=schema.s...